#include <psptypes.h>
Go to the source code of this file.
Functions | |
| int | sceKernelVolatileMemLock (int unk, void **ptr, int *size) |
| Allocate the extra 4megs of RAM. | |
| int | sceKernelVolatileMemTryLock (int unk, void **ptr, int *size) |
| Try and allocate the extra 4megs of RAM, will return an error if something has already allocated it. | |
| int | sceKernelVolatileMemUnlock (void) |
| Deallocate the extra 4 megs of RAM. | |
|
||||||||||||||||
|
Allocate the extra 4megs of RAM.
|
|
||||||||||||||||
|
Try and allocate the extra 4megs of RAM, will return an error if something has already allocated it.
|
|
|
Deallocate the extra 4 megs of RAM.
|
1.4.6